home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #12 / K-CD-12-2003.ISO / Beach Head - Desert War / BeachHeadDesertWar.exe / LEVEL_21 < prev    next >
Encoding:
Text File  |  2003-04-11  |  1.1 KB  |  74 lines

  1. //Bullets, Projectiles, Missiles, Flares (maximum 500 20 20 20)
  2. Ammo 400 4 10 0
  3. //Tank, Jet, HelicopterGun, HelicopterRocket (range:1-9) (default 1,3,3,3)
  4. Aggression 3 5 7 7
  5. Daytime
  6. //Nightime
  7. Crosshair
  8. //Artillery
  9. //Bombers
  10. AltGun
  11. //AltGun2
  12. //AltCannon
  13. /*** TANK (maximum 12) ***/
  14. /*** APC (maximum 4, soldiers 6) basic ***/
  15. Object APC1
  16. Delay 2000
  17. ObjectInc
  18. Delay 2000
  19. ObjectInc
  20. Delay 2000
  21. South
  22.  
  23. /*** APC (maximum 4, soldiers 6) gun turret ***/
  24. Object APC2
  25. Delay 1000
  26. ObjectInc
  27. Delay 1000
  28. South
  29.  
  30. /*** APC (maximum 4, soldiers 6) missile turret ***/
  31. /*** JET (maximum 16) ***/
  32. Object JET
  33. Delay 200
  34. ObjectInc
  35. Delay 400
  36. ObjectInc
  37. Delay 600
  38. ObjectInc
  39. Delay 800
  40. South
  41.  
  42. /*** BOMBER (maximum 9) ***/
  43. /*** COBRA (maximum 12) ***/
  44. Object COBRA
  45. Delay 2000
  46. ObjectInc
  47. Delay 2000
  48. ObjectInc
  49. Delay 2000
  50. ObjectInc
  51. Delay 3000
  52. ObjectInc
  53. Delay 3000
  54. ObjectInc
  55. Delay 3000
  56. South
  57.  
  58. /*** CH53 (maximum 8, soldiers 6) ***/
  59. Object CH53
  60. Delay 5000
  61. ObjectInc
  62. Delay 5000
  63. ObjectInc
  64. Delay 5000
  65. North
  66.  
  67. /*** C130 (maximum 8, soldier 0-12) ***/
  68. Object C130
  69. Delay 1200
  70. hdrop 4
  71. South
  72.  
  73. End
  74.